Skip to content

Conversation

@laileni-aws
Copy link
Contributor

@laileni-aws laileni-aws commented Jan 30, 2025

Problem

  • Missing generic feedback event for AmazonQ.

Solution

  • Added genericamazonq_feedback event for feedback for different features.
 {
            "name": "amazonq_feedback",
            "description": "When a user gives feedback using vote or comment or rating in the conversation",
            "metadata": [
                {
                    "type": "amazonqConversationId",
                    "required": false
                },
                {
                    "type": "credentialStartUrl",
                    "required": false
                },
                {
                    "type": "featureId"
                },
                {
                    "type": "interactionType",
                    "required": false
                }
            ]
        },
  • featureId can be amazonQTest/amazonQReview or any amazonQ Feature.
  • interactionType can be upvote/downvote or comment or rating.
  • This event can be expanded by adding additional fields like comment, rating according to the requirement.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@laileni-aws laileni-aws marked this pull request as ready for review January 30, 2025 23:43
@laileni-aws laileni-aws requested a review from a team as a code owner January 30, 2025 23:43
@laileni-aws laileni-aws requested a review from justinmk3 January 31, 2025 16:50
{
"name": "interactionType",
"type": "string",
"description": "User can click on thumbs up / down or comment or give rating to share feedback.",
Copy link
Contributor

@justinmk3 justinmk3 Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "User can click on thumbs up / down or comment or give rating to share feedback.",
"description": "User interaction, especially for AI-related features.",

@laileni-aws laileni-aws requested a review from justinmk3 February 3, 2025 21:18
]
},
{
"name": "amazonq_approachThumbsDown",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this metric is used by multiple IDEs. did you check if it's no longer in use? If not then it will break their code.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, confirmed with @jpinkney-aws , this is not being used by any team in both IDE's.

@justinmk3 justinmk3 merged commit 9fc0c58 into aws:main Feb 5, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants